home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-06-12 | 1.7 KB | 61 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = JumpBack
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = JumpBack.tiff
- LOCAL_RESOURCES = InfoPanel.nib JumpBack.nib PrefPanel.nib \
- TwoPassUIControl.nib Index_ROM.tiff Index_ROM_abort.tiff \
- tar_CD.tiff tar_CD_abort.tiff Help rdistControl.strings \
- twoPassUI.strings Localization.strings \
- cdromControl.strings tarControl.strings
-
- GLOBAL_RESOURCES = JumpBack.tiff JumpBack_abort.tiff JumpBack_help.tiff \
- JumpBack_notext.tiff Patterns.template \
- Predefined.template file_writable make_dir.sh feathers
-
- CLASSES = CDROMIndexControl.m DragView.m JumpBackControl.m \
- PreferencesPanel.m RdistControl.m Subprocess.m TarControl.m \
- TwoPassUIControl.m
-
- HFILES = CDROMIndexControl.h DragView.h JumpBackControl.h pathutil.h \
- PreferencesPanel.h RdistControl.h Subprocess.h TarControl.h \
- TwoPassUIControl.h
-
- MFILES = JumpBack_main.m
-
- CFILES = pathutil.c
-
- OTHERSRCS = cdromControl.h Localization.h rdistControl.h tarControl.h \
- twoPassUI.h
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app JumpBack.tiff
-
- LIBS = -lMedia_s -lNeXT_s -lIndexing_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/app.make
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-